home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / wais / ir-book-sources / thesauri / READ.ME < prev    next >
Encoding:
Text File  |  1993-04-08  |  830 b   |  25 lines

  1.  
  2.    Code to Accompany Chapter 9: Thesaurus Construction
  3.  
  4.    Contributed by:
  5.       Padmini Srinivassan
  6.       University of Iowa
  7.  
  8.    The files in this directory contain code for processing thesauri.
  9.    This directory should contain the following files:
  10.  
  11.    makefile     Builds object code and test drivers
  12.  
  13.    dirfile1     Direct file test data
  14.    invfile1     Inverted file test data
  15.    invfile2     More inverted file test data
  16.    lnkfile1     Word link test data file
  17.    lnkfile2     More word link test data file
  18.  
  19.    hierarky.c   Program to build a thesaurus word hierarchy 
  20.    merge.c      Program to merge thesaurus hierarchies
  21.    select.c     Program to generate thesaurus word statistics
  22.  
  23.    Detailed information about the implementation and how to use it can 
  24.    be found in the Makefile and the various source code files.
  25.